home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / tcb.h < prev    next >
Text File  |  1996-07-10  |  701b  |  21 lines

  1.  struct tcb  {
  2.        char    tcb_id[8];
  3.        char    tp_name[64];
  4.        char    own_lu_id[8];
  5.        char    fully_qualified_lu_name[8];
  6.        char    low_instance[8];
  7.        int     low_sequence_number;
  8.        struct  lucb *p_lucb; /* pointer to own loc. LUCB*/
  9.        struct  rcb *rcb_ptr;
  10.        char    ctl_comp;
  11.        char    init_security[8];
  12.        char    profile[4];
  13.        int     cur_conv; /* total namber of conv. for this tr.prog.*/
  14.        int     userid;
  15.        struct  rcb *rcb_list_ptr ; /* π¬áºáΓѽ∞ ¡á ß»¿ß«¬ rcb  */
  16.        struct  tcb *prev;
  17.        struct  tcb *next;
  18.        int short tp_fd; /* FiFo descriptor for TP */
  19.        int short tp_pid;
  20.        };
  21.